home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / neko.tar / neko / xneko / xneko.dif < prev    next >
Text File  |  1992-07-09  |  836b  |  30 lines

  1. *** xneko/xneko.c    Sun Sep  2 03:40:37 1990
  2. --- newxneko/xneko.c    Thu Jul  9 16:34:58 1992
  3. ***************
  4. *** 1689,1694 ****
  5. --- 1689,1695 ----
  6.       char    theDisplayName[ DIRNAMELEN ];
  7.       char    theGeometry[ DIRNAMELEN ];
  8.       char    theTitle[ DIRNAMELEN ];
  9. +     struct sigaction s_act = { NullFunction, NULL, 0, NullFunction };
  10.   
  11.       ProgramName = argv[ 0 ];
  12.   
  13. ***************
  14. *** 1704,1710 ****
  15.   
  16.       InitScreen( theDisplayName, theGeometry, theTitle, iconicState );
  17.   
  18. !     signal( SIGALRM, NullFunction );
  19.   
  20.       SinPiPer8Times3 = sin( PI_PER8 * (double)3 );
  21.       SinPiPer8 = sin( PI_PER8 );
  22. --- 1705,1711 ----
  23.   
  24.       InitScreen( theDisplayName, theGeometry, theTitle, iconicState );
  25.   
  26. !     sigaction( SIGALRM, &s_act, &s_act);
  27.   
  28.       SinPiPer8Times3 = sin( PI_PER8 * (double)3 );
  29.       SinPiPer8 = sin( PI_PER8 );
  30.